-
Notifications
You must be signed in to change notification settings - Fork 437
Add Debian repo config path #2023
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
/ok to test a79ab2f |
| var RepoConfigPathMap = map[string]string{ | ||
| "centos": "/etc/yum.repos.d", | ||
| "debian": "/etc/apt/sources.list.d", | ||
| "ubuntu": "/etc/apt/sources.list.d", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we update CertConfigPathMap as well below?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rahulait Good idea. Done.
rahulait
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
/ok to test b324067 |
Signed-off-by: Mathieu Parent <[email protected]>
|
/ok to test 3bc523e |
Description
Related to NVIDIA/gpu-driver-container#531
Checklist
make lint)make validate-generated-assets)make validate-modules)Testing